home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-1097 / AMOSLIST / text0229.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  2.1 KB  |  46 lines

  1. On 25-Oct-97, Garfield Benjamin scribbled:
  2.  
  3. >> Done something similar myself (except very rough) but I think Garfield
  4. >> was meaning one where you just load a picture and the program grabs
  5. >> everything on it without having to draw a frame, which would be
  6. >> useful.
  7.  
  8. >Yes, that is EXACTLY the point.  You don't have to worry about
  9. >manually grabbing each image nor do you need to draw a box around
  10. >them.  The AIG works out the area of the images all on it's own and
  11. >does so much quicker than you might imagine for pure AMOS.
  12.  
  13. Sorry  if you picked me up wrongly, when I said drraw a box round each
  14. image,  I  meant when you are drawing the IFF piccy! Simply draw a box
  15. around  each  frame  on  the IFF (using col 1). Then save the iff (can
  16. even be bigger thatn 320 * 256).
  17.  
  18. My  proggy  then  uses  the  Point command and grabs everything inside
  19. these  boxes  automatically  :)  It's quick and very easy. There is NO
  20. need  to  do anything at all. It even sets the Hot Spot to centre, but
  21. i'm working on adding a neat GUI so you can choose to position the hot
  22. spot at certain points.
  23.  
  24. I  wrote this for use with GRAC for grabbing characters. If anyone has
  25. ever  used  GRAC,  you'll know how crap it's grabber is. I'll send the
  26. source  code  to  Garfield  soon in case he needs it. I'm gonna have a
  27. look at his though to see how good it is.
  28.  
  29. Mine was just for personal use, but gimme some time and I'll even send
  30. the source to Mush for his Amos web site :)
  31.  
  32. Cheers, Andy Gibson.
  33.  
  34. -- 
  35.  ___________________________________ ________________________________
  36. |  _     _                          |                                |
  37. | (-)/\//_)\/    AGAS Productions   |    #cONTACT mE fOR mORE iNFO#    |
  38. |   Gibson_/           9T7          |    #oN aREA51 rELEASES aLSO!#    |
  39. |                                   |                                |
  40. |    andy@agasinc.demon.co.uk       |        cOMING sOON'ish         |
  41. |                                   |        *Roswell Gfx Adv*         |
  42. |     -=<(aka SKiDZ/A51)>=-         |              9T8               |
  43. |___________________________________|________________________________|
  44.  
  45.  
  46.